Fix unintended rename of ftnchekconfig*

pull/1/head
Slávek Banko 11 years ago
parent e43708e547
commit 533e8284be

@ -40,7 +40,7 @@ install( FILES kdevfortransupport.rc DESTINATION ${DATA_INSTALL_DIR}/kdevfortran
tde_add_kpart( libkdevfortransupport AUTOMOC
SOURCES
fortransupportpart.cpp fixedformparser.cpp
ftnchetdeconfigwidget.cpp ftnchetdeconfigwidgetbase.ui
ftnchekconfigwidget.cpp ftnchekconfigwidgetbase.ui
LINK tdevelop-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)

@ -9,7 +9,7 @@ kde_module_LTLIBRARIES = libkdevfortransupport.la
libkdevfortransupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libkdevfortransupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
libkdevfortransupport_la_SOURCES = fortransupportpart.cpp fixedformparser.cpp ftnchetdeconfigwidget.cpp ftnchetdeconfigwidgetbase.ui
libkdevfortransupport_la_SOURCES = fortransupportpart.cpp fixedformparser.cpp ftnchekconfigwidget.cpp ftnchekconfigwidgetbase.ui
METASOURCES = AUTO

@ -14,7 +14,7 @@
***************************************************************************/
#include "fortransupportpart.h"
#include "ftnchetdeconfigwidget.h"
#include "ftnchekconfigwidget.h"
#include "fixedformparser.h"
#include <tqdir.h>

@ -9,7 +9,7 @@
* *
***************************************************************************/
#include "ftnchetdeconfigwidget.h"
#include "ftnchekconfigwidget.h"
#include <tqcheckbox.h>
#include <tqbuttongroup.h>
@ -287,4 +287,4 @@ void FtnchekConfigWidget::storeConfig()
DomUtil::writeEntry(dom, "/kdevfortransupport/ftnchek/portabilityonly", list.join(","));
}
#include "ftnchetdeconfigwidget.moc"
#include "ftnchekconfigwidget.moc"

@ -13,7 +13,7 @@
#define _FTNCHEKCONFIGWIDGET_H_
#include <tqdom.h>
#include "ftnchetdeconfigwidgetbase.h"
#include "ftnchekconfigwidgetbase.h"
class TQButtonGroup;
Loading…
Cancel
Save