changeset 13460:ca7e10760df6

Removed unused header file.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Sun, 17 Apr 2011 11:24:50 +0200
parents 6b66ab238c26
children e66dbc6485f2
files gui//Quint.pro gui//src/kpty.h gui//src/kptyprocess.h
diffstat 3 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gui//Quint.pro
+++ b/gui//Quint.pro
@@ -75,7 +75,6 @@
     	src/MainWindow.h \
         src/OctaveLink.h \
         src/ProcessInfo.h \
-        src/kpty_export.h \
     src/OctaveTerminal.h \
     src/VariablesDockWidget.h \
     src/HistoryDockWidget.h \
--- a/gui//src/kpty.h
+++ b/gui//src/kpty.h
@@ -21,7 +21,6 @@
 #ifndef kpty_h
 #define kpty_h
 #include <QtCore/qglobal.h>
-//#include "kpty_export.h"
 
 struct KPtyPrivate;
 struct termios;
--- a/gui//src/kptyprocess.h
+++ b/gui//src/kptyprocess.h
@@ -25,7 +25,6 @@
 #include "kprocess.h"
 #include "kprocess_p.h"
 #include "kptydevice.h"
-#include "kpty_export.h"
 
 class KPtyDevice;
 class KPtyProcess;