summaryrefslogtreecommitdiffstats
path: root/kpilot/kpilot/fileInstallWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/kpilot/fileInstallWidget.h')
-rw-r--r--kpilot/kpilot/fileInstallWidget.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kpilot/kpilot/fileInstallWidget.h b/kpilot/kpilot/fileInstallWidget.h
index b4bd205c..6fff2c02 100644
--- a/kpilot/kpilot/fileInstallWidget.h
+++ b/kpilot/kpilot/fileInstallWidget.h
@@ -47,12 +47,12 @@ class FileInstallWidget : public PilotComponent
Q_OBJECT
public:
- FileInstallWidget(QWidget* parent, const QString& dbPath);
+ FileInstallWidget(TQWidget* parent, const TQString& dbPath);
virtual ~FileInstallWidget();
// Pilot Component Methods:
void showComponent();
- bool preHotSync(QString &);
+ bool preHotSync(TQString &);
void postHotSync();
@@ -63,11 +63,11 @@ protected:
void setSaveFileList(bool saveIt) { fSaveFileList = saveIt; }
bool getSaveFileList() { return fSaveFileList; }
- /* virtual */ void dragEnterEvent(QDragEnterEvent* event);
- /* virtual */ void dropEvent(QDropEvent* drop);
- /* virtual */ bool eventFilter (QObject *watched, QEvent *event );
+ /* virtual */ void dragEnterEvent(TQDragEnterEvent* event);
+ /* virtual */ void dropEvent(TQDropEvent* drop);
+ /* virtual */ bool eventFilter (TQObject *watched, TQEvent *event );
- void contextMenu(QMouseEvent *event);
+ void contextMenu(TQMouseEvent *event);
KPilotInstaller* getPilotInstallerApp() { return fKPilotInstaller; }
@@ -77,13 +77,13 @@ private:
KPilotInstaller* fKPilotInstaller;
FileInstaller *fInstaller;
- QPushButton *clearButton,*addButton;
+ TQPushButton *clearButton,*addButton;
protected slots:
void slotClearButton();
void slotAddFile();
- void slotDropEvent(QDropEvent * drop, const QValueList<QIconDragItem> & lst);
+ void slotDropEvent(TQDropEvent * drop, const TQValueList<TQIconDragItem> & lst);
public slots:
void refreshFileInstallList();