summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 20:50:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 20:50:33 -0600
commit2256e553c46ff2cbcd2d0f4d0cdf24852e21847b (patch)
tree949c31a56594c9d94ad79fa834f99a5b32deb3dd
parentd39184b18ee1b3e5c96c8fb03e292c4317dd664a (diff)
downloadkoffice-2256e553.tar.gz
koffice-2256e553.zip
Rename kdisplay for enhanced compatibility with KDE4
-rw-r--r--kspread/plugins/calculator/kcalc.cpp2
-rw-r--r--lib/kofficecore/KoDetailsPane.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/kspread/plugins/calculator/kcalc.cpp b/kspread/plugins/calculator/kcalc.cpp
index c74c2f47..0841092f 100644
--- a/kspread/plugins/calculator/kcalc.cpp
+++ b/kspread/plugins/calculator/kcalc.cpp
@@ -63,7 +63,7 @@ TQtCalculator :: TQtCalculator( Calculator *_corba, TQWidget *parent, const char
// Set the window caption/title
- // connect(kapp,TQT_SIGNAL(kdisplayPaletteChanged()),this,TQT_SLOT(set_colors()));
+ // connect(kapp,TQT_SIGNAL(tdedisplayPaletteChanged()),this,TQT_SLOT(set_colors()));
// setCaption( kapp->caption() );
// create help button
diff --git a/lib/kofficecore/KoDetailsPane.cpp b/lib/kofficecore/KoDetailsPane.cpp
index bd0c5285..75910944 100644
--- a/lib/kofficecore/KoDetailsPane.cpp
+++ b/lib/kofficecore/KoDetailsPane.cpp
@@ -104,7 +104,7 @@ KoTemplatesPane::KoTemplatesPane(TQWidget* parent, TDEInstance* instance,
changePalette();
if(kapp) {
- connect(kapp, TQT_SIGNAL(kdisplayPaletteChanged()), this, TQT_SLOT(changePalette()));
+ connect(kapp, TQT_SIGNAL(tdedisplayPaletteChanged()), this, TQT_SLOT(changePalette()));
}
TDEListViewItem* selectItem = 0;
@@ -284,7 +284,7 @@ KoRecentDocumentsPane::KoRecentDocumentsPane(TQWidget* parent, TDEInstance* inst
changePalette();
if(kapp) {
- connect(kapp, TQT_SIGNAL(kdisplayPaletteChanged()), this, TQT_SLOT(changePalette()));
+ connect(kapp, TQT_SIGNAL(tdedisplayPaletteChanged()), this, TQT_SLOT(changePalette()));
}
TQString oldGroup = instance->config()->group();