summaryrefslogtreecommitdiffstats
path: root/src/logviewerdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/logviewerdialog.cpp')
-rw-r--r--src/logviewerdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/logviewerdialog.cpp b/src/logviewerdialog.cpp
index 7390d0f..be61757 100644
--- a/src/logviewerdialog.cpp
+++ b/src/logviewerdialog.cpp
@@ -56,8 +56,8 @@ KDialogBase::Ok|KDialogBase::Cancel,KDialogBase::Ok, true )
// InfoListView->setSorting(1);
- connect (main->LineCountApplyPushButton,TQT_SIGNAL(clicked()),this, TQT_SLOT(updateLineCountClicked()));
- connect (main->FindPushButton,TQT_SIGNAL(clicked()),this, TQT_SLOT(findLogEntryClicked()));
+ connect (main->LineCountApplyPushButton,TQ_SIGNAL(clicked()),this, TQ_SLOT(updateLineCountClicked()));
+ connect (main->FindPushButton,TQ_SIGNAL(clicked()),this, TQ_SLOT(findLogEntryClicked()));
TQApplication::setOverrideCursor( TQCursor(TQt::WaitCursor) );
parseLog();