summaryrefslogtreecommitdiffstats
path: root/kgeography/src/popupmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kgeography/src/popupmanager.cpp')
-rw-r--r--kgeography/src/popupmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kgeography/src/popupmanager.cpp b/kgeography/src/popupmanager.cpp
index 1a457f81..5c86adeb 100644
--- a/kgeography/src/popupmanager.cpp
+++ b/kgeography/src/popupmanager.cpp
@@ -61,7 +61,7 @@ void popupManager::init(const TQPoint &p)
else y = maxY;
p_mp -> move(x, y);
p_mp -> show();
- connect(p_mp, TQT_SIGNAL(deleteMe()), this, TQT_SLOT(clear()));
+ connect(p_mp, TQ_SIGNAL(deleteMe()), this, TQ_SLOT(clear()));
}
#include "popupmanager.moc"