summaryrefslogtreecommitdiffstats
path: root/digikam/showfoto/setup/setup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/showfoto/setup/setup.cpp')
-rw-r--r--digikam/showfoto/setup/setup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/showfoto/setup/setup.cpp b/digikam/showfoto/setup/setup.cpp
index 698fb20..85ec82d 100644
--- a/digikam/showfoto/setup/setup.cpp
+++ b/digikam/showfoto/setup/setup.cpp
@@ -115,8 +115,8 @@ Setup::Setup(TQWidget* parent, const char* name, Setup::Page page)
BarIcon("slideshow", TDEIcon::SizeMedium));
d->slideshowPage = new Digikam::SetupSlideShow(d->page_slideshow);
- connect(this, TQT_SIGNAL(okClicked()),
- this, TQT_SLOT(slotOkClicked()) );
+ connect(this, TQ_SIGNAL(okClicked()),
+ this, TQ_SLOT(slotOkClicked()) );
if (page != LastPageUsed)
showPage((int) page);