summaryrefslogtreecommitdiffstats
path: root/parts/partexplorer/partexplorerform.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/partexplorer/partexplorerform.h')
-rw-r--r--parts/partexplorer/partexplorerform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/partexplorer/partexplorerform.h b/parts/partexplorer/partexplorerform.h
index 21fe2fba..7ccc140d 100644
--- a/parts/partexplorer/partexplorerform.h
+++ b/parts/partexplorer/partexplorerform.h
@@ -27,7 +27,7 @@ class PartExplorerForm : public KDialogBase
{
Q_OBJECT
public:
- PartExplorerForm( QWidget *parent = 0 );
+ PartExplorerForm( TQWidget *parent = 0 );
virtual ~PartExplorerForm();
/**
@@ -36,7 +36,7 @@ public:
void fillServiceList( const KTrader::OfferList &services );
public slots:
- void slotDisplayError( QString );
+ void slotDisplayError( TQString );
protected slots:
void slotSearchRequested();