summaryrefslogtreecommitdiffstats
path: root/ark/artdeutils.h
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2013-09-03 20:03:07 +0200
committerSlávek Banko <[email protected]>2013-09-03 21:02:48 +0200
commitbdbc0ea90c852057ba8656081f951b10cf6c29fb (patch)
tree674a1e20be1b2d52ff7de6be3d98087ad8569db2 /ark/artdeutils.h
parent46cb83f8689f04b2fb92ec301bf38c62bae42dda (diff)
downloadtdeutils-bdbc0ea90c852057ba8656081f951b10cf6c29fb.tar.gz
tdeutils-bdbc0ea90c852057ba8656081f951b10cf6c29fb.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'ark/artdeutils.h')
-rw-r--r--ark/artdeutils.h56
1 files changed, 0 insertions, 56 deletions
diff --git a/ark/artdeutils.h b/ark/artdeutils.h
deleted file mode 100644
index c53791f..0000000
--- a/ark/artdeutils.h
+++ /dev/null
@@ -1,56 +0,0 @@
-// -*-C++-*- emacs magic for .h files
-/*
-
- $Id$
-
- ark -- archiver for the KDE project
-
- Copyright (C)
-
- 1997-1999: Rob Palmbos [email protected]
- 1999: Francois-Xavier Duranceau [email protected]
- 1999-2000: Corel Corporation (author: Emily Ezust, [email protected])
- 2001: Corel Corporation (author: Michael Jarrett, [email protected])
- 2003: Hans Petter Bieker <[email protected]>
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-
-*/
-
-#ifndef ARKUTILS_H
-#define ARKUTILS_H
-
-#include <tqstring.h>
-
-#include <tdeio/global.h>
-
-class TQStringList;
-
-// various functions for massaging timestamps
-namespace ArkUtils
-{
- int getYear(int theMonth, int thisYear, int thisMonth);
- int getMonth(const char *strMonth);
- TQString fixYear(const TQString& strYear);
-
- TQString getTimeStamp(const TQString &month,
- const TQString &day,
- const TQString &year);
- bool haveDirPermissions(const TQString &strFile);
- bool diskHasSpace(const TQString &dir, TDEIO::filesize_t size);
- TDEIO::filesize_t getSizes(TQStringList *list);
-}
-
-#endif