summaryrefslogtreecommitdiff
path: root/examples/viewer-qt.cc
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-02-12 21:50:52 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-02-12 21:50:52 +0000
commitafd21b4d8471684f3393c239a19978432e9d33a6 (patch)
tree329e499647890c029f74b7f46835a8b18f75a3ca /examples/viewer-qt.cc
parentc38c3eafa682b577b68f350e7bd66bc79c2288d9 (diff)
downloadpango-afd21b4d8471684f3393c239a19978432e9d33a6.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/viewer-qt.cc')
-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");