diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-06 03:24:05 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-06 03:24:05 -0500 |
commit | fe1b3c2e458ab2831abea03a041c73ff4f29ae00 (patch) | |
tree | d155562f97ae51570ebbaa249fcf345ec822ab38 /main | |
parent | 816f448426fd8d4013c7b35c568ec1b4ef94d228 (diff) | |
download | tde-fe1b3c2e458ab2831abea03a041c73ff4f29ae00.tar.gz tde-fe1b3c2e458ab2831abea03a041c73ff4f29ae00.zip |
Fix FTBFS from prior commit
Diffstat (limited to 'main')
-rw-r--r-- | main/dependencies/qt3/src/widgets/qsplitter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/dependencies/qt3/src/widgets/qsplitter.cpp b/main/dependencies/qt3/src/widgets/qsplitter.cpp index efbe8709d..add3ade04 100644 --- a/main/dependencies/qt3/src/widgets/qsplitter.cpp +++ b/main/dependencies/qt3/src/widgets/qsplitter.cpp @@ -52,8 +52,6 @@ #include "qptrlist.h" #include "qstyle.h" -#include "qsplitter.moc" - const uint Default = QT_QSPLITTER_DEFAULT; static int mouseOffset; |