From 36396f7c6aca9fcc61c8620e10c31ed2c8999ebd Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 26 Feb 2013 16:47:39 -0600 Subject: Massive re-organization. --- libutil/include/userutils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libutil/include/userutils.h') diff --git a/libutil/include/userutils.h b/libutil/include/userutils.h index 06a8ca16..4f2760b1 100644 --- a/libutil/include/userutils.h +++ b/libutil/include/userutils.h @@ -8,12 +8,12 @@ namespace Util { // Get the Directory representing the User's Desktop -LIBMMCUTIL_EXPORT QString getDesktopDir(); +LIBUTIL_EXPORT QString getDesktopDir(); // Create a shortcut at *location*, pointing to *dest* called with the arguments *args* // call it *name* and assign it the icon *icon* // return true if operation succeeded -LIBMMCUTIL_EXPORT bool createShortCut(QString location, QString dest, QStringList args, QString name, QString iconLocation); +LIBUTIL_EXPORT bool createShortCut(QString location, QString dest, QStringList args, QString name, QString iconLocation); } #endif // USERUTILS_H -- cgit v1.2.3