summaryrefslogtreecommitdiffstats
path: root/src/MainWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MainWindow.cpp')
-rw-r--r--src/MainWindow.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
index b5aed4c..14c10dd 100644
--- a/src/MainWindow.cpp
+++ b/src/MainWindow.cpp
@@ -20,8 +20,6 @@
#include "config.h"
#include "MainWindow.h"
-///-- #include "debugging/TSLogger.h"
-
#include "stdlib.h"
#include "AboutDialog.h"
@@ -57,8 +55,6 @@
#include <tqextscintilla.h>
///-- #include <Qsci/qsciprinter.h>
-///-- using namespace tschweitzer;
-
/*
\brief Main window of UniversalIndentGUI-tqt
@@ -174,7 +170,6 @@ void MainWindow::initMainWindow()
actionIndenterParameterTooltipsEnabled->setIconSet(TQPixmap(ICONS_PATH + "tooltip.png"));
actionShowSettings->setIconSet(TQPixmap(ICONS_PATH + "preferences-system.png"));
// - Help menu
- actionShowLog->setIconSet(TQPixmap(ICONS_PATH + "document-properties.png"));
actionAboutUniversalIndentGUITQt->setIconSet(TQPixmap(ICONS_PATH + "info.png"));
// Menu ids
m_actionClearRecentlyOpenedListId = popupMenuRecentlyOpenedFiles->idAt(
@@ -245,9 +240,6 @@ void MainWindow::initMainWindow()
connect(m_settings, TQ_SIGNAL(indenterParameterTooltipsEnabled(bool)),
this, TQ_SLOT(setIndenterParameterTooltips(bool)));
-///-- connect(actionShowLog, TQ_SIGNAL(activated()),
-///-- debugging::TSLogger::getInstance(), TQ_SLOT(show()));
-
// Init the menu for selecting one of the recently opened files.
initRecentlyOpenedList();
updateRecentlyOpenedList();