summaryrefslogtreecommitdiffstats
path: root/kpilot/kpilot/dbAppInfoEditor.cc
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
commit7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch)
tree8474f9b444b2756228600050f07a7ff25de532b2 /kpilot/kpilot/dbAppInfoEditor.cc
parentf587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff)
downloadtdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz
tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpilot/kpilot/dbAppInfoEditor.cc')
-rw-r--r--kpilot/kpilot/dbAppInfoEditor.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/kpilot/kpilot/dbAppInfoEditor.cc b/kpilot/kpilot/dbAppInfoEditor.cc
index ab5516fc..2e9e4b5f 100644
--- a/kpilot/kpilot/dbAppInfoEditor.cc
+++ b/kpilot/kpilot/dbAppInfoEditor.cc
@@ -27,8 +27,8 @@
#include "options.h"
-#include <qtextedit.h>
-#include <qlabel.h>
+#include <tqtextedit.h>
+#include <tqlabel.h>
#include <kdialogbase.h>
#include <kmessagebox.h>
@@ -41,7 +41,7 @@ using namespace KHE;
/*************************************************
**************************************************/
-DBAppInfoEditor::DBAppInfoEditor(char*appInfoData, int l, QWidget *parent) :
+DBAppInfoEditor::DBAppInfoEditor(char*appInfoData, int l, TQWidget *parent) :
KDialogBase(parent, "AppBlock Editor",false,
i18n("Edit AppInfo Block"),
Ok|Cancel),
@@ -65,11 +65,11 @@ DBAppInfoEditor::DBAppInfoEditor(char*appInfoData, int l, QWidget *parent) :
}
else
{
- QLabel*tmpW = new QLabel( i18n("To view the Application info block data, please install a hex editor (e.g. khexedit from kdeutils)."), this );
+ TQLabel*tmpW = new TQLabel( i18n("To view the Application info block data, please install a hex editor (e.g. khexedit from kdeutils)."), this );
tmpW->setBackgroundMode( Qt::PaletteMid );
tmpW->setAlignment( Qt::AlignHCenter | Qt::AlignVCenter | Qt::WordBreak);
- tmpW->setFrameShape( QFrame::Panel );
- tmpW->setFrameShadow( QFrame::Sunken );
+ tmpW->setFrameShape( TQFrame::Panel );
+ tmpW->setFrameShadow( TQFrame::Sunken );
fAppInfoEdit = tmpW;
}
setMainWidget( fAppInfoEdit );