summaryrefslogtreecommitdiffstats
path: root/digikam/libs/widgets/common/splashscreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/libs/widgets/common/splashscreen.cpp')
-rw-r--r--digikam/libs/widgets/common/splashscreen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/libs/widgets/common/splashscreen.cpp b/digikam/libs/widgets/common/splashscreen.cpp
index 20abac7..7a8cbba 100644
--- a/digikam/libs/widgets/common/splashscreen.cpp
+++ b/digikam/libs/widgets/common/splashscreen.cpp
@@ -72,8 +72,8 @@ SplashScreen::SplashScreen(const TQString& splash, WFlags f)
TQTimer *timer = new TQTimer(this);
- connect(timer, TQT_SIGNAL(timeout()),
- this, TQT_SLOT(animate()));
+ connect(timer, TQ_SIGNAL(timeout()),
+ this, TQ_SLOT(animate()));
timer->start(150);
}