From f008adb5a77e094eaf6abf3fc0f36958e66896a5 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 25 Jun 2011 05:28:35 +0000 Subject: TQt4 port koffice This should enable compilation under both Qt3 and Qt4; fixes for any missed components will be forthcoming git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238284 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kivio/kiviopart/ui/export_page_dialog.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kivio/kiviopart/ui/export_page_dialog.cpp') diff --git a/kivio/kiviopart/ui/export_page_dialog.cpp b/kivio/kiviopart/ui/export_page_dialog.cpp index 941bd87a9..94feb1421 100644 --- a/kivio/kiviopart/ui/export_page_dialog.cpp +++ b/kivio/kiviopart/ui/export_page_dialog.cpp @@ -1,16 +1,16 @@ #include "export_page_dialog.h" -#include -#include -#include +#include +#include +#include #include #include "export_page_dialog_base.h" #include "kivio_config.h" -ExportPageDialog::ExportPageDialog( QWidget *parent, const char *name ) - : KDialogBase(parent, name, true, i18n("Export Page"), Ok|Cancel, Ok) +ExportPageDialog::ExportPageDialog( TQWidget *tqparent, const char *name ) + : KDialogBase(tqparent, name, true, i18n("Export Page"), Ok|Cancel, Ok) { m_view = new ExportPageDialogBase(this); setMainWidget(m_view); -- cgit v1.2.3