aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt33/files/patch-tools_makeqpf_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/qt33/files/patch-tools_makeqpf_main.cpp')
-rw-r--r--x11-toolkits/qt33/files/patch-tools_makeqpf_main.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-toolkits/qt33/files/patch-tools_makeqpf_main.cpp b/x11-toolkits/qt33/files/patch-tools_makeqpf_main.cpp
deleted file mode 100644
index 7a2df67c8551..000000000000
--- a/x11-toolkits/qt33/files/patch-tools_makeqpf_main.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- tools/makeqpf/main.cpp.orig Wed Jun 23 14:13:52 2004
-+++ tools/makeqpf/main.cpp Wed Aug 11 21:32:48 2004
-@@ -124,8 +124,6 @@
- }
- };
-
--extern QString qws_topdir();
--
- class MakeQPF : public QMainWindow
- {
- Q_OBJECT
-@@ -139,7 +137,7 @@
- view->addColumn("Weight");
- view->addColumn("Style");
- setCentralWidget(view);
-- QString fontdir = qws_topdir() + "/lib/fonts";
-+ QString fontdir = QString(getenv("QTDIR")) + "/lib/fonts";
- readFontDir(fontdir);
-
- connect(view,SIGNAL(selectionChanged(QListViewItem*)),