diff options
Diffstat (limited to 'konqueror/shellcmdplugin')
-rw-r--r-- | konqueror/shellcmdplugin/kshellcmddialog.h | 2 | ||||
-rw-r--r-- | konqueror/shellcmdplugin/kshellcmdexecutor.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/konqueror/shellcmdplugin/kshellcmddialog.h b/konqueror/shellcmdplugin/kshellcmddialog.h index 868028050..de6d57fee 100644 --- a/konqueror/shellcmdplugin/kshellcmddialog.h +++ b/konqueror/shellcmdplugin/kshellcmddialog.h @@ -24,7 +24,7 @@ #include <kpushbutton.h> #include <kdialog.h> -class QPushButton; +class TQPushButton; class KShellCommandExecutor; class KShellCommandDialog:public KDialog diff --git a/konqueror/shellcmdplugin/kshellcmdexecutor.h b/konqueror/shellcmdplugin/kshellcmdexecutor.h index db19e4105..98b733603 100644 --- a/konqueror/shellcmdplugin/kshellcmdexecutor.h +++ b/konqueror/shellcmdplugin/kshellcmdexecutor.h @@ -24,7 +24,7 @@ #include <tqtextview.h> class PtyProcess; -class QSocketNotifier; +class TQSocketNotifier; class KShellCommandExecutor:public QTextView { |