summaryrefslogtreecommitdiffstats
path: root/src/MainWindow.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-06 09:43:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-06 10:14:28 +0900
commit0204f596eb83c452ae7ffeefc728668b414b1f16 (patch)
tree71805578b857be9ba33c9d3223e6e935026e389d /src/MainWindow.cpp
parent075471f041516c31c7ea976dae03b5a771d6910d (diff)
downloaduniversal-indent-gui-tqt-0204f596eb83c452ae7ffeefc728668b414b1f16.tar.gz
universal-indent-gui-tqt-0204f596eb83c452ae7ffeefc728668b414b1f16.zip
Finish off About dialog code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/MainWindow.cpp')
-rw-r--r--src/MainWindow.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
index 6edcd5d..b5aed4c 100644
--- a/src/MainWindow.cpp
+++ b/src/MainWindow.cpp
@@ -31,7 +31,6 @@
#include "UiGuiSettingsDialog.h"
#include "UiGuiVersion.h"
#include "ToolBarWidget.h"
-///-- #include "AboutDialogGraphicsView.h"
#include "UiGuiHighlighter.h"
#include <tqaction.h>
@@ -111,9 +110,7 @@ MainWindow::MainWindow(TQString file2OpenOnStart, TQWidget *parent) :
createHighlighterMenu();
// Generate about dialog box
- //m_aboutDialog = new AboutDialog(this, WStyle_Splash);
m_aboutDialog = new AboutDialog(this);
-///-- _aboutDialogGraphicsView = new AboutDialogGraphicsView(m_aboutDialog, this);
connect(actionAboutUniversalIndentGUITQt, TQ_SIGNAL(activated()), this, TQ_SLOT(showAboutDialog()));
// Generate settings dialog box