From 9cdc9942ef0f6d5f47b5ecb4551a2dcebefc4073 Mon Sep 17 00:00:00 2001 From: nils Date: Sat, 27 Aug 2011 13:41:14 +0000 Subject: changed includes to class declarations where possible and moved includes and class declarations to header files git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@522 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- textedit.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'textedit.cpp') diff --git a/textedit.cpp b/textedit.cpp index cc9682d..68e5ad9 100644 --- a/textedit.cpp +++ b/textedit.cpp @@ -19,11 +19,7 @@ * MA 02110-1301, USA. */ -#include "QDebug" #include "textedit.h" -#include "quitdialog.h" -class QFileDialog; -class QMessageBox; TextEdit::TextEdit(QString iconPath) { -- cgit v1.2.3