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/kshellcmdexecutor.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'konqueror/shellcmdplugin/kshellcmdexecutor.h') diff --git a/konqueror/shellcmdplugin/kshellcmdexecutor.h b/konqueror/shellcmdplugin/kshellcmdexecutor.h index 66b066a85..db19e4105 100644 --- a/konqueror/shellcmdplugin/kshellcmdexecutor.h +++ b/konqueror/shellcmdplugin/kshellcmdexecutor.h @@ -20,8 +20,8 @@ #ifndef SHELLCOMMANDEXECUTOR_H #define SHELLCOMMANDEXECUTOR_H -#include -#include +#include +#include class PtyProcess; class QSocketNotifier; @@ -30,7 +30,7 @@ class KShellCommandExecutor:public QTextView { Q_OBJECT public: - KShellCommandExecutor(const QString& command, QWidget* parent=0); + KShellCommandExecutor(const TQString& command, TQWidget* parent=0); virtual ~KShellCommandExecutor(); int exec(); signals: @@ -39,9 +39,9 @@ class KShellCommandExecutor:public QTextView void slotFinished(); protected: PtyProcess *m_shellProcess; - QString m_command; - QSocketNotifier *m_readNotifier; - QSocketNotifier *m_writeNotifier; + TQString m_command; + TQSocketNotifier *m_readNotifier; + TQSocketNotifier *m_writeNotifier; protected slots: void readDataFromShell(); void writeDataToShell(); -- cgit v1.2.3