diff options
Diffstat (limited to 'src/sidebarpage.cpp')
-rw-r--r-- | src/sidebarpage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sidebarpage.cpp b/src/sidebarpage.cpp index 99b1af4..80f52e4 100644 --- a/src/sidebarpage.cpp +++ b/src/sidebarpage.cpp @@ -23,8 +23,8 @@ SidebarPage::SidebarPage(TQWidget* parent) : TQWidget(parent) { - connect(&Dolphin::mainWin(), TQT_SIGNAL(activeViewChanged()), - this, TQT_SLOT(activeViewChanged())); + connect(&Dolphin::mainWin(), TQ_SIGNAL(activeViewChanged()), + this, TQ_SLOT(activeViewChanged())); } SidebarPage::~SidebarPage() |