summaryrefslogtreecommitdiffstats
path: root/khexedit
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:19:04 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:19:04 -0600
commit34ec7cf1e70300eb43f3822ce3261893f9f8ace6 (patch)
treec7fe414e406e16a97e53d9eed0979d9ea85d2915 /khexedit
parente6b6046f50ea600fc78e00071e2a79e3c8c08ccd (diff)
downloadtdeutils-34ec7cf1e70300eb43f3822ce3261893f9f8ace6.tar.gz
tdeutils-34ec7cf1e70300eb43f3822ce3261893f9f8ace6.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'khexedit')
-rw-r--r--khexedit/hexdrag.cc2
-rw-r--r--khexedit/optiondialog.cc12
2 files changed, 7 insertions, 7 deletions
diff --git a/khexedit/hexdrag.cc b/khexedit/hexdrag.cc
index f833256..eff7c93 100644
--- a/khexedit/hexdrag.cc
+++ b/khexedit/hexdrag.cc
@@ -52,7 +52,7 @@ void CHexDrag::prepPixmap(void)
// Wont use it yet,
//
/*
- KIconLoader &loader = *TDEGlobal::iconLoader();
+ TDEIconLoader &loader = *TDEGlobal::iconLoader();
TQPixmap pix = loader.loadIcon( "binary.xpm" );
TQPoint hotspot( pix.width()-20,pix.height()/2 );
diff --git a/khexedit/optiondialog.cc b/khexedit/optiondialog.cc
index 05a86ca..0b17930 100644
--- a/khexedit/optiondialog.cc
+++ b/khexedit/optiondialog.cc
@@ -103,7 +103,7 @@ void COptionDialog::setupLayoutPage( void )
{
TQString text;
TQFrame *page = addPage( i18n("Layout"), i18n("Data Layout in Editor"),
- BarIcon("khexedit", KIcon::SizeMedium ) );
+ BarIcon("khexedit", TDEIcon::SizeMedium ) );
TQGridLayout *gbox = new TQGridLayout( page, 15, 2, 0, spacingHint() );
gbox->setColStretch( 1, 10 );
@@ -256,7 +256,7 @@ void COptionDialog::setupCursorPage( void )
TQString text;
TQFrame *page = addPage( i18n("Cursor"),
i18n("Cursor Behavior (only valid for editor)"),
- BarIcon("mouse", KIcon::SizeMedium ) );
+ BarIcon("mouse", TDEIcon::SizeMedium ) );
TQVBoxLayout *topLayout = new TQVBoxLayout( page, 0, spacingHint() );
TQVButtonGroup *group = new TQVButtonGroup( i18n("Blinking"), page );
@@ -322,7 +322,7 @@ void COptionDialog::setupColorPage( void )
TQString text;
TQFrame *page = addPage( i18n("Colors"),
i18n("Editor Colors (system selection color is always used)"),
- BarIcon("colorize", KIcon::SizeMedium ) );
+ BarIcon("colorize", TDEIcon::SizeMedium ) );
TQVBoxLayout *topLayout = new TQVBoxLayout( page, 0, spacingHint() );
@@ -374,7 +374,7 @@ void COptionDialog::setupFontPage( void )
TQString text;
TQFrame *page = addPage( i18n("Font"),
i18n("Font Selection (editor can only use a fixed font)"),
- BarIcon("fonts", KIcon::SizeMedium ) );
+ BarIcon("fonts", TDEIcon::SizeMedium ) );
TQVBoxLayout *topLayout = new TQVBoxLayout( page, 0, spacingHint() );
@@ -426,7 +426,7 @@ void COptionDialog::setupFilePage( void )
{
TQString text;
TQFrame *page = addPage( i18n("Files"), i18n("File Management"),
- BarIcon("tdemultiple", KIcon::SizeMedium ) );
+ BarIcon("tdemultiple", TDEIcon::SizeMedium ) );
TQVBoxLayout *topLayout = new TQVBoxLayout( page, 0, spacingHint() );
@@ -518,7 +518,7 @@ void COptionDialog::setupMiscPage( void )
TQLabel *label;
TQFrame *page = addPage( i18n("Miscellaneous"), i18n("Various Properties"),
- BarIcon("gear", KIcon::SizeMedium ) );
+ BarIcon("gear", TDEIcon::SizeMedium ) );
TQVBoxLayout *topLayout = new TQVBoxLayout( page, 0, spacingHint() );