summaryrefslogtreecommitdiffstats
path: root/parts/tools/addtooldlg.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/tools/addtooldlg.ui.h')
-rw-r--r--parts/tools/addtooldlg.ui.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/parts/tools/addtooldlg.ui.h b/parts/tools/addtooldlg.ui.h
index d01c4da7..045e7809 100644
--- a/parts/tools/addtooldlg.ui.h
+++ b/parts/tools/addtooldlg.ui.h
@@ -6,22 +6,22 @@
** a constructor, and a destroy() slot in place of a destructor.
*****************************************************************************/
-#include <qheader.h>
+#include <tqheader.h>
#include <kurlrequester.h>
#include "kapplicationtree.h"
void AddToolDialog::init()
{
- connect( tree, SIGNAL(selectionChanged(QListViewItem*)), this, SLOT(treeSelectionChanged(QListViewItem*)) );
+ connect( tree, TQT_SIGNAL(selectionChanged(TQListViewItem*)), this, TQT_SLOT(treeSelectionChanged(TQListViewItem*)) );
tree->header()->hide();
}
-QString AddToolDialog::getApp()
+TQString AddToolDialog::getApp()
{
return execEdit->url() + " " + paramEdit->text();
}
-void AddToolDialog::treeSelectionChanged( QListViewItem * lvi )
+void AddToolDialog::treeSelectionChanged( TQListViewItem * lvi )
{
KDevAppTreeListItem* item = dynamic_cast<KDevAppTreeListItem*> ( lvi );
if ( !item || item->isDirectory() )