summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/menu_python.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'superkaramba/src/menu_python.cpp')
-rw-r--r--superkaramba/src/menu_python.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/superkaramba/src/menu_python.cpp b/superkaramba/src/menu_python.cpp
index c42a009..bc5d9e3 100644
--- a/superkaramba/src/menu_python.cpp
+++ b/superkaramba/src/menu_python.cpp
@@ -40,8 +40,8 @@ long createMenu(long widget)
TDEPopupMenu* tmp = new TDEPopupMenu(currTheme);
currTheme->menuList->append( tmp );
- currTheme->connect(tmp, TQT_SIGNAL(activated(int)), currTheme,
- TQT_SLOT(passMenuItemClicked(int)));
+ currTheme->connect(tmp, TQ_SIGNAL(activated(int)), currTheme,
+ TQ_SLOT(passMenuItemClicked(int)));
return (long)tmp;
}