diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-02 21:00:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-02 21:00:02 -0600 |
commit | e6b6046f50ea600fc78e00071e2a79e3c8c08ccd (patch) | |
tree | 8bf4bce71f5d8bbda0f26526c5ee16e6c7c33d86 /khexedit/hextoolwidget.cc | |
parent | bd11bce76f195adf4f3806cef8cf2e0737c99ff2 (diff) | |
download | tdeutils-e6b6046f50ea600fc78e00071e2a79e3c8c08ccd.tar.gz tdeutils-e6b6046f50ea600fc78e00071e2a79e3c8c08ccd.zip |
Rename kdisplay for enhanced compatibility with KDE4
Diffstat (limited to 'khexedit/hextoolwidget.cc')
-rw-r--r-- | khexedit/hextoolwidget.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/hextoolwidget.cc b/khexedit/hextoolwidget.cc index 4fa957b..d3a17f0 100644 --- a/khexedit/hextoolwidget.cc +++ b/khexedit/hextoolwidget.cc @@ -141,7 +141,7 @@ CHexToolWidget::CHexToolWidget( TQWidget *parent, const char *name ) mUtilBox->activate(); - connect( kapp, TQT_SIGNAL( kdisplayFontChanged() ), + connect( kapp, TQT_SIGNAL( tdedisplayFontChanged() ), TQT_SLOT( fontChanged() ) ); mCursorState.valid = false; |