diff options
Diffstat (limited to 'src/part')
-rw-r--r-- | src/part/Makefile.am | 2 | ||||
-rw-r--r-- | src/part/remoteLister.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/part/Makefile.am b/src/part/Makefile.am index e681dc4..aa3c0ad 100644 --- a/src/part/Makefile.am +++ b/src/part/Makefile.am @@ -4,7 +4,7 @@ METASOURCES = AUTO #Part kde_module_LTLIBRARIES = libfilelight.la -libfilelight_la_LIBADD = ./radialMap/libradialmap.la $(LIB_TDEFILE) $(LIB_KPARTS) $(LIB_TDEUI) $(LIB_QT) +libfilelight_la_LIBADD = ./radialMap/libradialmap.la $(LIB_TDEFILE) $(LIB_TDEPARTS) $(LIB_TDEUI) $(LIB_QT) libfilelight_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -ltdecore -ltdeui -ltdeio -ltdefx libfilelight_la_SOURCES = \ dialog.ui \ diff --git a/src/part/remoteLister.cpp b/src/part/remoteLister.cpp index 834e9cd..b57fcfd 100644 --- a/src/part/remoteLister.cpp +++ b/src/part/remoteLister.cpp @@ -12,7 +12,7 @@ namespace Filelight { //you need to use a single DirLister - //one per directory breaks KIO (seemingly) and also uses un-godly amounts of memory! + //one per directory breaks TDEIO (seemingly) and also uses un-godly amounts of memory! //TODO delete all this stuff! |