diff options
author | Will Andrews <will@FreeBSD.org> | 2003-09-18 14:57:05 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-09-18 14:57:05 +0000 |
commit | 01ff961210c499a0f1195f744c4e6a1125a932e7 (patch) | |
tree | 975326e07f6532f9c7757124222c6b4243184711 /x11/kdebase3/files/patch-konsole-konsole-main.cpp | |
parent | Upgrade to Qt 3.2.1 / KDE 3.1.4. This upgrade includes patches for (diff) |
Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.
Diffstat (limited to 'x11/kdebase3/files/patch-konsole-konsole-main.cpp')
-rw-r--r-- | x11/kdebase3/files/patch-konsole-konsole-main.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/x11/kdebase3/files/patch-konsole-konsole-main.cpp b/x11/kdebase3/files/patch-konsole-konsole-main.cpp deleted file mode 100644 index 989b34605258..000000000000 --- a/x11/kdebase3/files/patch-konsole-konsole-main.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- konsole/konsole/main.cpp 29 Jun 2003 21:53:11 -0000 1.243.2.3 -+++ konsole/konsole/main.cpp 24 Aug 2003 21:44:02 -0000 -@@ -123,6 +123,7 @@ public: - }; - - -+extern void TEPtyInit(); - - /* --| main |------------------------------------------------------ */ - int main(int argc, char* argv[]) -@@ -137,6 +138,7 @@ int main(int argc, char* argv[]) - bool scrollbaron = true; - QCString wname = PACKAGE; - -+ TEPtyInit(); - - KAboutData aboutData( PACKAGE, I18N_NOOP("Konsole"), - VERSION, description, KAboutData::License_GPL_V2, |