summaryrefslogtreecommitdiffstats
path: root/kpilot/kpilot/kpilot.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/kpilot/kpilot.h')
-rw-r--r--kpilot/kpilot/kpilot.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kpilot/kpilot/kpilot.h b/kpilot/kpilot/kpilot.h
index 64bc770c..998e087d 100644
--- a/kpilot/kpilot/kpilot.h
+++ b/kpilot/kpilot/kpilot.h
@@ -54,7 +54,7 @@ Q_OBJECT
public:
KPilotInstaller();
- KPilotInstaller(QStrList& fileList);
+ KPilotInstaller(TQStrList& fileList);
~KPilotInstaller();
/**
@@ -67,14 +67,14 @@ public:
// Adds 'name' to the pull down menu of components
- void addComponentPage(PilotComponent *, const QString &name);
+ void addComponentPage(PilotComponent *, const TQString &name);
KPilotStatus status() const { return fAppStatus; } ;
protected:
- void closeEvent(QCloseEvent *e);
+ void closeEvent(TQCloseEvent *e);
KJanusWidget *getManagingWidget() { return fManagingWidget; }
/**
@@ -141,7 +141,7 @@ protected:
* Run all the internal conduits' presync functions.
*/
bool componentPreSync();
- void setupSync(int kind,const QString& msg);
+ void setupSync(int kind,const TQString& msg);
void componentPostSync();
/**
* Run after a configuration change to force
@@ -196,7 +196,7 @@ protected slots:
* or activated through the signal mechanism.
* */
void slotSelectComponent( PilotComponent *c );
- void slotAboutToShowComponent( QWidget *c );
+ void slotAboutToShowComponent( TQWidget *c );
/**
* Delayed initialization of the components.