summaryrefslogtreecommitdiffstats
path: root/khexedit/hexeditorwidget.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 21:00:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 21:00:02 -0600
commite6b6046f50ea600fc78e00071e2a79e3c8c08ccd (patch)
tree8bf4bce71f5d8bbda0f26526c5ee16e6c7c33d86 /khexedit/hexeditorwidget.cc
parentbd11bce76f195adf4f3806cef8cf2e0737c99ff2 (diff)
downloadtdeutils-e6b6046f50ea600fc78e00071e2a79e3c8c08ccd.tar.gz
tdeutils-e6b6046f50ea600fc78e00071e2a79e3c8c08ccd.zip
Rename kdisplay for enhanced compatibility with KDE4
Diffstat (limited to 'khexedit/hexeditorwidget.cc')
-rw-r--r--khexedit/hexeditorwidget.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/hexeditorwidget.cc b/khexedit/hexeditorwidget.cc
index f0ac048..dc75008 100644
--- a/khexedit/hexeditorwidget.cc
+++ b/khexedit/hexeditorwidget.cc
@@ -64,8 +64,8 @@ CHexEditorWidget::CHexEditorWidget( TQWidget *parent, const char *name )
connect( mHexView, TQT_SIGNAL(pleaseOpenFile( const TQString&, bool, uint )),
TQT_SLOT( open(const TQString&, bool, uint)) );
connect( mHexView, TQT_SIGNAL(pleaseStepFile(bool)), TQT_SLOT( stepFile(bool)) );
- connect( kapp, TQT_SIGNAL( kdisplayFontChanged() ), TQT_SLOT( fontChanged() ) );
- connect( kapp, TQT_SIGNAL( kdisplayPaletteChanged() ),TQT_SLOT( paletteChanged()) );
+ connect( kapp, TQT_SIGNAL( tdedisplayFontChanged() ), TQT_SLOT( fontChanged() ) );
+ connect( kapp, TQT_SIGNAL( tdedisplayPaletteChanged() ),TQT_SLOT( paletteChanged()) );
connect( mHexView, TQT_SIGNAL( layoutChanged( const SDisplayLayout & ) ),
TQT_SLOT( layoutChanged( const SDisplayLayout & ) ) );
connect( mHexView, TQT_SIGNAL( inputModeChanged( const SDisplayInputMode & ) ),