summaryrefslogtreecommitdiffstats
path: root/src/sidebars.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sidebars.cpp')
-rw-r--r--src/sidebars.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sidebars.cpp b/src/sidebars.cpp
index 7b65ff7..fd75e64 100644
--- a/src/sidebars.cpp
+++ b/src/sidebars.cpp
@@ -65,8 +65,8 @@ leftSidebar::leftSidebar(TQWidget* parent) :
createPage(selectedIndex);
- connect(m_pagesSelector, TQT_SIGNAL(activated(int)),
- this, TQT_SLOT(createPage(int)));
+ connect(m_pagesSelector, TQ_SIGNAL(activated(int)),
+ this, TQ_SLOT(createPage(int)));
}
leftSidebar::~leftSidebar()
@@ -140,8 +140,8 @@ rightSidebar::rightSidebar(TQWidget* parent) :
createPage(selectedIndex);
- connect(m_pagesSelector, TQT_SIGNAL(activated(int)),
- this, TQT_SLOT(createPage(int)));
+ connect(m_pagesSelector, TQ_SIGNAL(activated(int)),
+ this, TQ_SLOT(createPage(int)));
}
rightSidebar::~rightSidebar()