From a5edd20f0de599dbe7f7f00a184b78ac5156a846 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:17:20 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1158418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- konqueror/shellcmdplugin/kshellcmddialog.h | 2 +- konqueror/shellcmdplugin/kshellcmdexecutor.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'konqueror/shellcmdplugin') 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 #include -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 class PtyProcess; -class QSocketNotifier; +class TQSocketNotifier; class KShellCommandExecutor:public QTextView { -- cgit v1.2.3