diff options
Diffstat (limited to 'src/gvcore/bcgdialog.h')
-rw-r--r-- | src/gvcore/bcgdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gvcore/bcgdialog.h b/src/gvcore/bcgdialog.h index 43e4958..d6238b4 100644 --- a/src/gvcore/bcgdialog.h +++ b/src/gvcore/bcgdialog.h @@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // KDE #include <kdialogbase.h> -class QShowEvent; +class TQShowEvent; namespace Gwenview { @@ -32,6 +32,7 @@ class ImageView; class BCGDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: BCGDialog(ImageView*); ~BCGDialog(); |