From f138d74fe16092003b06f5bde9663841929cde7f Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 17 Jun 2011 22:17:08 +0000 Subject: TQt4 port kdeaccessibility This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1237325 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kttsd/libkttsd/filterconf.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'kttsd/libkttsd/filterconf.h') diff --git a/kttsd/libkttsd/filterconf.h b/kttsd/libkttsd/filterconf.h index 7fdc8e4..c508532 100644 --- a/kttsd/libkttsd/filterconf.h +++ b/kttsd/libkttsd/filterconf.h @@ -25,7 +25,7 @@ #ifndef _FILTERCONF_H_ #define _FILTERCONF_H_ -// Qt includes. +// TQt includes. #include // KDE includes. @@ -34,14 +34,15 @@ #include #include "kdeexportfix.h" -class KDE_EXPORT KttsFilterConf : public QWidget{ +class KDE_EXPORT KttsFilterConf : public TQWidget{ Q_OBJECT + TQ_OBJECT public: /** * Constructor */ - KttsFilterConf( TQWidget *parent = 0, const char *name = 0); + KttsFilterConf( TQWidget *tqparent = 0, const char *name = 0); /** * Destructor @@ -137,7 +138,7 @@ class KDE_EXPORT KttsFilterConf : public QWidget{ * Searches the $PATH variable for any file. If that file exists in the PATH, or * is contained in any directory in the PATH, it returns the full path to it. * @param name The name of the file to search for. - * @returns The path to the file on success, a blank QString + * @returns The path to the file on success, a blank TQString * if its not found. */ TQString getLocation(const TQString &name); -- cgit v1.2.1