summaryrefslogtreecommitdiffstats
path: root/kexi/core/kexi.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-24 13:23:24 -0600
committerTimothy Pearson <[email protected]>2013-01-24 13:23:24 -0600
commit5b8ab149469c8e186ee8b05d90c0103ae722dd85 (patch)
treefb31321c80b12ee8e2237bdcf8c228fe44e67772 /kexi/core/kexi.cpp
parentfe33d391dd7c9da0f83e779344a17e2e445b70a8 (diff)
downloadkoffice-5b8ab149469c8e186ee8b05d90c0103ae722dd85.tar.gz
koffice-5b8ab149469c8e186ee8b05d90c0103ae722dd85.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kexi/core/kexi.cpp')
-rw-r--r--kexi/core/kexi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/core/kexi.cpp b/kexi/core/kexi.cpp
index dbaddb11..f352b51b 100644
--- a/kexi/core/kexi.cpp
+++ b/kexi/core/kexi.cpp
@@ -145,7 +145,7 @@ TQFont Kexi::smallFont(TQWidget *init)
_INIT_SHARED;
if (!_int->smallFont) {
_int->smallFont = new TQFont( init->font() );
- const int wdth = KGlobalSettings::desktopGeometry(init).width();
+ const int wdth = TDEGlobalSettings::desktopGeometry(init).width();
int size = 10 + TQMAX(0, wdth - 1100) / 100;
size = TQMIN( init->fontInfo().pixelSize(), size );
_int->smallFont->setPixelSize( size );