summaryrefslogtreecommitdiffstats
path: root/src/kconfigdlg.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-27 00:52:16 -0600
committerTimothy Pearson <[email protected]>2013-01-27 00:52:16 -0600
commitd1a7b536726f040cfa834fb2eedb690d0bf2f1fb (patch)
tree54cf61cc9ea550f209548bd4da29508a184c84a7 /src/kconfigdlg.h
parent84d3cd2bd82f504cb35d6eb355bc7e92b1836214 (diff)
downloadk9copy-d1a7b536726f040cfa834fb2eedb690d0bf2f1fb.tar.gz
k9copy-d1a7b536726f040cfa834fb2eedb690d0bf2f1fb.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/kconfigdlg.h')
-rw-r--r--src/kconfigdlg.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/src/kconfigdlg.h b/src/kconfigdlg.h
deleted file mode 100644
index 6bf098e..0000000
--- a/src/kconfigdlg.h
+++ /dev/null
@@ -1,44 +0,0 @@
-/**************************************************************************
-* Copyright (C) 2005 by Jean-Michel Petit *
-* *
-* This program is free software; you can redistribute it and/or modify *
-* it under the terms of the GNU General Public License as published by *
-* the Free Software Foundation; either version 2 of the License, or *
-* (at your option) any later version. *
-* *
-* This program is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU General Public License for more details. *
-* *
-* You should have received a copy of the GNU General Public License *
-* along with this program; if not, write to the *
-* Free Software Foundation, Inc., *
-* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
-***************************************************************************/
-#ifndef KCONFIGDLG_H
-#define KCONFIGDLG_H
-
-#include "k9common.h"
-#include <configDlg.h>
-#include <tqtable.h>
-#include <tqstringlist.h>
-#include <tqfile.h>
-
-/**
-@author Jean-Michel PETIT
-*/
-class kConfigDlg : public configDlg
-{
-public:
- kConfigDlg(TQWidget *parent);
-
- ~kConfigDlg();
- void bAddClick();
- void bRemoveClick();
- void save();
-
-};
-
-#endif