summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-02-12 21:51:03 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-02-12 21:51:03 +0000
commitfce6f1cace072d448880dbbfcf39cbef237ef58a (patch)
treebce7cc386ae0712d337222edb558144067c8d1a8
parent9cdf80a5514656d6d3978b44a748878a1fa8df4c (diff)
downloadpango-fce6f1cace072d448880dbbfcf39cbef237ef58a.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 26c1334e..46bbc1ac 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)
+
Wed Feb 12 16:41:03 2003 Owen Taylor <otaylor@redhat.com>
* modules/hangul/Makefile.am (libpango_hangul_x_la_SOURCES):
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 26c1334e..46bbc1ac 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)
+
Wed Feb 12 16:41:03 2003 Owen Taylor <otaylor@redhat.com>
* modules/hangul/Makefile.am (libpango_hangul_x_la_SOURCES):
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 26c1334e..46bbc1ac 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)
+
Wed Feb 12 16:41:03 2003 Owen Taylor <otaylor@redhat.com>
* modules/hangul/Makefile.am (libpango_hangul_x_la_SOURCES):
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 26c1334e..46bbc1ac 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)
+
Wed Feb 12 16:41:03 2003 Owen Taylor <otaylor@redhat.com>
* modules/hangul/Makefile.am (libpango_hangul_x_la_SOURCES):
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 26c1334e..46bbc1ac 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)
+
Wed Feb 12 16:41:03 2003 Owen Taylor <otaylor@redhat.com>
* modules/hangul/Makefile.am (libpango_hangul_x_la_SOURCES):
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");