diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 23:11:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 23:11:58 -0600 |
commit | e8837d86c8961bdfb65c25c6ff040468c95240cd (patch) | |
tree | feaa7456a26d48b1f72a2518c3a765de158cf309 /kmymoney2/dialogs/tdeselectdatabasedlg.cpp | |
parent | d0af61c358a04f3d3b956636076eb073dcf253c0 (diff) | |
download | kmymoney-e8837d86c8961bdfb65c25c6ff040468c95240cd.tar.gz kmymoney-e8837d86c8961bdfb65c25c6ff040468c95240cd.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kmymoney2/dialogs/tdeselectdatabasedlg.cpp')
-rw-r--r-- | kmymoney2/dialogs/tdeselectdatabasedlg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmymoney2/dialogs/tdeselectdatabasedlg.cpp b/kmymoney2/dialogs/tdeselectdatabasedlg.cpp index 607abbc..ef846ce 100644 --- a/kmymoney2/dialogs/tdeselectdatabasedlg.cpp +++ b/kmymoney2/dialogs/tdeselectdatabasedlg.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - kselectdatabasedlg.cpp + tdeselectdatabasedlg.cpp ------------------- copyright : (C) 2005 by Tony Bloomfield author : Tony Bloomfield @@ -43,7 +43,7 @@ // ---------------------------------------------------------------------------- // Project Includes -#include "kselectdatabasedlg.h" +#include "tdeselectdatabasedlg.h" TDESelectDatabaseDlg::TDESelectDatabaseDlg(TQWidget *parent, const char *name) : TDESelectDatabaseDlgDecl(parent, name) { @@ -229,4 +229,4 @@ void TDESelectDatabaseDlg::setError() { m_requiredFields = 0; } -#include "kselectdatabasedlg.moc" +#include "tdeselectdatabasedlg.moc" |