Fix downstream pykde compilation failure

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1178864 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent bc378237e7
commit d2217557fe

@ -24,6 +24,9 @@
class TQWidget;
class TQPopupMenu;
class KContextMenuManagerPrivate;
#include <tqt.h>
#include <tqobject.h>
#include <tqptrdict.h>
#include <tqkeysequence.h>

@ -20,11 +20,13 @@
#ifndef __klineeditdlg_h__
#define __klineeditdlg_h__
class KLineEdit;
class TQValidator;
#include <tqt.h>
#include <kdialogbase.h>
class KLineEdit;
class TQValidator;
/**
* @deprecated
* Please use KInputDialog instead.

@ -18,6 +18,7 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
#include <tqt.h>
#include <tqfontmetrics.h>
#include <tqkeycode.h>

Loading…
Cancel
Save