Fix downstream pykde3 FTBFS

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1179707 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 15 years ago
parent d90e910312
commit c9b50480aa

@ -20,11 +20,6 @@
#ifndef KCMENUMNGR_H #ifndef KCMENUMNGR_H
#define KCMENUMNGR_H #define KCMENUMNGR_H
class TQWidget;
class TQPopupMenu;
class KContextMenuManagerPrivate;
#include <tqt.h> #include <tqt.h>
#include <tqobject.h> #include <tqobject.h>
@ -33,6 +28,10 @@ class KContextMenuManagerPrivate;
#include <kdelibs_export.h> #include <kdelibs_export.h>
class TQWidget;
class TQPopupMenu;
class KContextMenuManagerPrivate;
/** /**
@short Convenience class to mangage context menus @short Convenience class to mangage context menus
@author Matthias Ettrich <ettrich@kde.org> @author Matthias Ettrich <ettrich@kde.org>

@ -21,9 +21,7 @@
#ifndef KFILEICONVIEW_H #ifndef KFILEICONVIEW_H
#define KFILEICONVIEW_H #define KFILEICONVIEW_H
class KFileItem; #include <tqt.h>
class TQWidget;
class TQLabel;
#include <kiconview.h> #include <kiconview.h>
#include <kiconloader.h> #include <kiconloader.h>
@ -31,6 +29,10 @@ class TQLabel;
#include <kmimetyperesolver.h> #include <kmimetyperesolver.h>
#include <kfile.h> #include <kfile.h>
class KFileItem;
class TQWidget;
class TQLabel;
/** /**
* An item for the iconview, that has a reference to its corresponding * An item for the iconview, that has a reference to its corresponding
* KFileItem. * KFileItem.

Loading…
Cancel
Save