From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- konqueror/shellcmdplugin/kshellcmddialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'konqueror/shellcmdplugin/kshellcmddialog.h') 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 +#include #include #include @@ -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(); -- cgit v1.2.1