summaryrefslogtreecommitdiffstats
path: root/korn/dockeditem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/dockeditem.cpp')
-rw-r--r--korn/dockeditem.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/korn/dockeditem.cpp b/korn/dockeditem.cpp
index b197a2d04..34b483cc6 100644
--- a/korn/dockeditem.cpp
+++ b/korn/dockeditem.cpp
@@ -42,9 +42,9 @@ DockedItem::DockedItem( TQWidget * parent, const char * name )
{
this->fillTDEPopupMenu( _systemtray->contextMenu(), _systemtray->actionCollection() );
- connect( _systemtray, TQT_SIGNAL( quitSelected() ), kapp, TQT_SLOT( quit() ) );
- connect( _systemtray, TQT_SIGNAL( mouseButtonPressed( TQt::ButtonState ) ),
- this, TQT_SLOT( mouseButtonPressed( TQt::ButtonState ) ) );
+ connect( _systemtray, TQ_SIGNAL( quitSelected() ), kapp, TQ_SLOT( quit() ) );
+ connect( _systemtray, TQ_SIGNAL( mouseButtonPressed( TQt::ButtonState ) ),
+ this, TQ_SLOT( mouseButtonPressed( TQt::ButtonState ) ) );
}
DockedItem::~DockedItem()