diff options
Diffstat (limited to 'kdevdesigner/designer/propertyeditor.cpp')
-rw-r--r-- | kdevdesigner/designer/propertyeditor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdevdesigner/designer/propertyeditor.cpp b/kdevdesigner/designer/propertyeditor.cpp index 7ec9cc9b..c7a5d3ae 100644 --- a/kdevdesigner/designer/propertyeditor.cpp +++ b/kdevdesigner/designer/propertyeditor.cpp @@ -100,7 +100,7 @@ static void setupStyle(TQWidget *w) { static TQStyle *windowsStyle = 0; if(!windowsStyle) - windowsStyle = new QWindowsStyle; + windowsStyle = new TQWindowsStyle; w->setStyle(windowsStyle); } #else @@ -116,7 +116,7 @@ static void cleanupFontDatabase() static TQStringList getFontList() { if ( !fontDataBase ) { - fontDataBase = new QFontDatabase; + fontDataBase = new TQFontDatabase; qAddPostRoutine( cleanupFontDatabase ); } return fontDataBase->families(); |