author | mickeyl <mickeyl> | 2003-08-10 15:26:11 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-08-10 15:26:11 (UTC) |
commit | 99ffce74ae9f34c42859d5b86bd974551702836e (patch) (unidiff) | |
tree | 16fa2e4ebdf1fdb4f8709c0ea483a7efb4c340f1 | |
parent | 1fb2f4ef9788b51c67b9c0f89ac3c3ce85e45e8f (diff) | |
download | opie-99ffce74ae9f34c42859d5b86bd974551702836e.zip opie-99ffce74ae9f34c42859d5b86bd974551702836e.tar.gz opie-99ffce74ae9f34c42859d5b86bd974551702836e.tar.bz2 |
BUILDFIX: there is no kcolordialog.cpp
-rw-r--r-- | noncore/apps/tinykate/libkate/libkate.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/apps/tinykate/libkate/libkate.pro b/noncore/apps/tinykate/libkate/libkate.pro index b282059..7266b18 100644 --- a/noncore/apps/tinykate/libkate/libkate.pro +++ b/noncore/apps/tinykate/libkate/libkate.pro | |||
@@ -38,33 +38,32 @@ HEADERS = microkde/kapplication.h \ | |||
38 | view/kateundohistory.h \ | 38 | view/kateundohistory.h \ |
39 | view/kateview.h \ | 39 | view/kateview.h \ |
40 | view/kateviewdialog.h \ | 40 | view/kateviewdialog.h \ |
41 | interfaces/view.h \ | 41 | interfaces/view.h \ |
42 | interfaces/document.h \ | 42 | interfaces/document.h \ |
43 | ktexteditor/ktexteditor.h | 43 | ktexteditor/ktexteditor.h |
44 | 44 | ||
45 | SOURCES = microkde/kapplication.cpp \ | 45 | SOURCES = microkde/kapplication.cpp \ |
46 | microkde/kdialogbase.cpp \ | 46 | microkde/kdialogbase.cpp \ |
47 | kateconfig.cpp \ | 47 | kateconfig.cpp \ |
48 | microkde/klocale.cpp \ | 48 | microkde/klocale.cpp \ |
49 | microkde/kmessagebox.cpp \ | 49 | microkde/kmessagebox.cpp \ |
50 | microkde/kprocess.cpp \ | 50 | microkde/kprocess.cpp \ |
51 | microkde/kstandarddirs.cpp \ | 51 | microkde/kstandarddirs.cpp \ |
52 | microkde/ktempfile.cpp \ | 52 | microkde/ktempfile.cpp \ |
53 | microkde/kurlrequester.cpp \ | 53 | microkde/kurlrequester.cpp \ |
54 | microkde/kcolordialog.cpp \ | ||
55 | microkde/kfontdialog.cpp \ | 54 | microkde/kfontdialog.cpp \ |
56 | microkde/krun.cpp \ | 55 | microkde/krun.cpp \ |
57 | microkde/knumvalidator.cpp \ | 56 | microkde/knumvalidator.cpp \ |
58 | microkde/kglobal.cpp \ | 57 | microkde/kglobal.cpp \ |
59 | microkde/kglobalsettings.cpp \ | 58 | microkde/kglobalsettings.cpp \ |
60 | microkde/kcolorbtn.cpp \ | 59 | microkde/kcolorbtn.cpp \ |
61 | \ | 60 | \ |
62 | \ | 61 | \ |
63 | qt3back/qregexp3.cpp \ | 62 | qt3back/qregexp3.cpp \ |
64 | ktexteditor/ktexteditor.cpp \ | 63 | ktexteditor/ktexteditor.cpp \ |
65 | document/katebuffer.cpp document/katedialogs.cpp \ | 64 | document/katebuffer.cpp document/katedialogs.cpp \ |
66 | document/katehighlight.cpp \ | 65 | document/katehighlight.cpp \ |
67 | document/katecmd.cpp \ | 66 | document/katecmd.cpp \ |
68 | document/katesyntaxdocument.cpp document/katecmds.cpp \ | 67 | document/katesyntaxdocument.cpp document/katecmds.cpp \ |
69 | document/katedocument.cpp document/katetextline.cpp \ | 68 | document/katedocument.cpp document/katetextline.cpp \ |
70 | view/kateundohistory.cpp \ | 69 | view/kateundohistory.cpp \ |