Skip to content

Commit 648c0fc

Browse files
Get rid of old early prototype OpenRGBDialog, rename OpenRGBDialog2 to OpenRGBDialog
1 parent 014ae33 commit 648c0fc

29 files changed

+2565
-2998
lines changed

main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
io_connect_t macUSPCIO_driver_connection;
2626
#endif
2727

28-
#include "OpenRGBDialog2.h"
28+
#include "OpenRGBDialog.h"
2929

3030
#ifdef __APPLE__
3131
#include "macutils.h"
@@ -224,7 +224,7 @@ int main(int argc, char* argv[])
224224
/*---------------------------------------------------------*\
225225
| Main UI widget |
226226
\*---------------------------------------------------------*/
227-
Ui::OpenRGBDialog2 dlg;
227+
Ui::OpenRGBDialog dlg;
228228
LOG_TRACE("[main] Dialog created");
229229

230230
if(ret_flags & RET_FLAG_I2C_TOOLS)

qt/OpenRGBDevicePage/OpenRGBDevicePage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| SPDX-License-Identifier: GPL-2.0-only |
88
\*---------------------------------------------------------*/
99

10-
#include "OpenRGBDialog2.h"
10+
#include "OpenRGBDialog.h"
1111
#include "OpenRGBDevicePage.h"
1212
#include "OpenRGBZoneResizeDialog.h"
1313
#include "ResourceManager.h"

0 commit comments

Comments
 (0)