diff options
Diffstat (limited to 'konqueror/shellcmdplugin/kshellcmddialog.h')
-rw-r--r-- | konqueror/shellcmdplugin/kshellcmddialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konqueror/shellcmdplugin/kshellcmddialog.h b/konqueror/shellcmdplugin/kshellcmddialog.h index 790c8e0d0..868028050 100644 --- a/konqueror/shellcmdplugin/kshellcmddialog.h +++ b/konqueror/shellcmdplugin/kshellcmddialog.h @@ -20,7 +20,7 @@ #ifndef SHELLCOMMANDDIALOG_H #define SHELLCOMMANDDIALOG_H -#include <qstring.h> +#include <tqstring.h> #include <kpushbutton.h> #include <kdialog.h> @@ -31,7 +31,7 @@ class KShellCommandDialog:public KDialog { Q_OBJECT public: - KShellCommandDialog(const QString& title, const QString& command, QWidget* parent=0, bool modal=false); + KShellCommandDialog(const TQString& title, const TQString& command, TQWidget* parent=0, bool modal=false); virtual ~KShellCommandDialog(); //blocking int executeCommand(); |