summaryrefslogtreecommitdiffstats
path: root/kdesudo/kdesudo.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdesudo/kdesudo.h')
-rw-r--r--kdesudo/kdesudo.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/kdesudo/kdesudo.h b/kdesudo/kdesudo.h
index 0c59047..2fa278f 100644
--- a/kdesudo/kdesudo.h
+++ b/kdesudo/kdesudo.h
@@ -26,10 +26,10 @@
#endif
#include <kapp.h>
-#include <qwidget.h>
+#include <tqwidget.h>
#include <kpassdlg.h>
-#include <qstring.h>
-#include <qtextcodec.h>
+#include <tqstring.h>
+#include <tqtextcodec.h>
#include <kprocess.h>
class KCookie;
@@ -45,12 +45,12 @@ class KCookie;
class KdeSudo : public KPasswordDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
/*
* Default construtor
*/
- KdeSudo(QWidget* parent=0, const char *name=0, const QString& icon=QString(), const QString& generic=QString(), bool withIgnoreButton=false);
+ KdeSudo(TQWidget* tqparent=0, const char *name=0, const TQString& icon=TQString(), const TQString& generic=TQString(), bool withIgnoreButton=false);
/*
* Default destructor
@@ -73,7 +73,7 @@ public slots: // Public slots
*/
void slotOk();
void slotUser1();
- QString validArg(QString arg);
+ TQString validArg(TQString arg);
private: // Private attributes
KProcess * p;
@@ -84,10 +84,10 @@ private: // Private attributes
bool useTerm;
bool noExec;
bool unCleaned;
- QString m_tmpname;
- QString iceauthorityFile;
- QString dcopServer;
- QString kdeSycoca;
+ TQString m_tmpname;
+ TQString iceauthorityFile;
+ TQString dcopServer;
+ TQString kdeSycoca;
KCookie* m_pCookie;
void blockSigChild();
void unblockSigChild();