summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-02-12 21:51:11 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-02-12 21:51:11 +0000
commit349b615db0161d2524c0b53981ec0085fe83b7d0 (patch)
tree8bb945adf4cd7c7bfa182c4afb60a541cded9ec2 /examples
parent67334ae81fc343e6e87e5afcfab1c0bbeaa646d6 (diff)
downloadpango-349b615db0161d2524c0b53981ec0085fe83b7d0.tar.gz
Remove call to QApplication::setStyle (new QCDEStyle())... didn't make
Wed Feb 12 16:44:05 2003 Owen Taylor <otaylor@redhat.com> * examples/viewer-qt.cc: Remove call to QApplication::setStyle (new QCDEStyle())... didn't make sense and caused problems if CDEStyle wasn't compiled into Qt. (#105264, Andrey Panov)
Diffstat (limited to 'examples')
-rw-r--r--examples/viewer-qt.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/viewer-qt.cc b/examples/viewer-qt.cc
index f24cf33f..1ec8262f 100644
--- a/examples/viewer-qt.cc
+++ b/examples/viewer-qt.cc
@@ -25,7 +25,6 @@
#include <stdio.h>
#include <qapplication.h>
-#include <qcdestyle.h>
#include <qcombobox.h>
#include <qfile.h>
#include <qfileinfo.h>
@@ -511,8 +510,6 @@ main (int argc, char **argv)
g_type_init ();
- QApplication::setStyle (new QCDEStyle());
-
if (QFileInfo ("./pangorc").exists ())
putenv ("PANGO_RC_FILE=./pangorc");