summaryrefslogtreecommitdiff
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
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)
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLog.pre-1-107
-rw-r--r--ChangeLog.pre-1-47
-rw-r--r--ChangeLog.pre-1-67
-rw-r--r--ChangeLog.pre-1-87
-rw-r--r--examples/viewer-qt.cc3
6 files changed, 35 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d3d818d..09562660 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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)
+
Thu Jan 30 16:41:46 2003 Owen Taylor <otaylor@redhat.com>
* Makefile.am (EXTRA_DIST): Remove spec.spec.in from
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 7d3d818d..09562660 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,10 @@
+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)
+
Thu Jan 30 16:41:46 2003 Owen Taylor <otaylor@redhat.com>
* Makefile.am (EXTRA_DIST): Remove spec.spec.in from
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 7d3d818d..09562660 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,10 @@
+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)
+
Thu Jan 30 16:41:46 2003 Owen Taylor <otaylor@redhat.com>
* Makefile.am (EXTRA_DIST): Remove spec.spec.in from
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 7d3d818d..09562660 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,10 @@
+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)
+
Thu Jan 30 16:41:46 2003 Owen Taylor <otaylor@redhat.com>
* Makefile.am (EXTRA_DIST): Remove spec.spec.in from
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 7d3d818d..09562660 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,10 @@
+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)
+
Thu Jan 30 16:41:46 2003 Owen Taylor <otaylor@redhat.com>
* Makefile.am (EXTRA_DIST): Remove spec.spec.in from
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");