summaryrefslogtreecommitdiffstats
path: root/cervisia/progressdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'cervisia/progressdlg.h')
-rw-r--r--cervisia/progressdlg.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/cervisia/progressdlg.h b/cervisia/progressdlg.h
index 3e9dfed1..9ffa9dbf 100644
--- a/cervisia/progressdlg.h
+++ b/cervisia/progressdlg.h
@@ -34,17 +34,17 @@ class ProgressDialog : public KDialogBase, public DCOPObject
Q_OBJECT
public:
- ProgressDialog(QWidget* parent, const QString& heading, const DCOPRef& job,
- const QString& errorIndicator, const QString& caption = "");
+ ProgressDialog(TQWidget* parent, const TQString& heading, const DCOPRef& job,
+ const TQString& errorIndicator, const TQString& caption = "");
~ProgressDialog();
bool execute();
- bool getLine(QString& line);
- QStringList getOutput() const;
+ bool getLine(TQString& line);
+ TQStringList getOutput() const;
k_dcop:
- void slotReceivedOutputNonGui(QString buffer);
- void slotReceivedOutput(QString buffer);
+ void slotReceivedOutputNonGui(TQString buffer);
+ void slotReceivedOutput(TQString buffer);
void slotJobExited(bool normalExit, int status);
protected slots:
@@ -54,7 +54,7 @@ private slots:
void slotTimeoutOccurred();
private:
- void setupGui(const QString& heading);
+ void setupGui(const TQString& heading);
void stopNonGuiPart();
void startGuiPart();
void processOutput();