diff options
Diffstat (limited to 'ark/main.cpp')
-rw-r--r-- | ark/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ark/main.cpp b/ark/main.cpp index c5e4f13..3fd5e1e 100644 --- a/ark/main.cpp +++ b/ark/main.cpp @@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ // -// Note: This is a KUniqueApplication. +// Note: This is a TDEUniqueApplication. // To debug add --nofork to the command line. // Be aware that newInstance() will not be called in this case, but you // can run ark from a console, and that will invoke it in the debugger. @@ -62,7 +62,7 @@ static TDECmdLineOptions option[] = TDECmdLineLastOption }; -extern "C" KDE_EXPORT int kdemain( int argc, char *argv[] ) +extern "C" TDE_EXPORT int kdemain( int argc, char *argv[] ) { TDEAboutData aboutData( "ark", I18N_NOOP( "Ark" ), "2.6.4", I18N_NOOP( "TDE Archiving tool" ), |