From 693b3e62815784f151c2b0d72e1d0ec191a7fff8 Mon Sep 17 00:00:00 2001 From: mlaurent Date: Mon, 12 Dec 2005 13:51:13 +0000 Subject: [PATCH] Q3Frame-- git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeaccessibility@487902 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksayit/src/ksayit_ttsplugin.h | 2 +- ksayit/src/voicesetupdlg.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ksayit/src/ksayit_ttsplugin.h b/ksayit/src/ksayit_ttsplugin.h index 7c302cb8..e924de58 100755 --- a/ksayit/src/ksayit_ttsplugin.h +++ b/ksayit/src/ksayit_ttsplugin.h @@ -91,7 +91,7 @@ public: * \param frame A pointer to the QFrame object in which the dialog will * be embedded. */ - virtual const QWidget* getGUI_KS(Q3Frame *frame) = 0; + virtual const QWidget* getGUI_KS(QFrame *frame) = 0; /** Let the plugin (re)load its configuration */ diff --git a/ksayit/src/voicesetupdlg.cpp b/ksayit/src/voicesetupdlg.cpp index 15da69a4..5de6954a 100644 --- a/ksayit/src/voicesetupdlg.cpp +++ b/ksayit/src/voicesetupdlg.cpp @@ -27,7 +27,6 @@ #include //Added by qt3to4: #include -#include // KDE includes #include -- 2.11.4.GIT